Welcome![Sign In][Sign Up]
Location:
Search - back propagation matlab

Search list

[AI-NN-PRbpexamples

Description: 使用MATLAB6.5实现的自适应学习速率反向传播网络-Matlab6.5 achieved using adaptive learning rate back-propagation network
Platform: | Size: 8192 | Author: 陈雷 | Hits:

[AI-NN-PRmybp(Jo)

Description: 我做的一个用matlab程序编写的BP算法,是是我毕设的一部分,程序运行绝对没有问题,欢迎大家指正。-I do a Matlab programming with the back-propagation algorithm, is part of a complete, running absolutely no problem, we are happy to correct.
Platform: | Size: 3072 | Author: FX | Hits:

[AI-NN-PRBPN(Xor)

Description: 用人工神经网络实现异或的功能。用反向传播算法(BP)来实现神经网络,正确率可以达到80% -using artificial neural network XOR functions. With back-propagation algorithm (BP) to achieve neural network, can achieve an accuracy rate of 80%
Platform: | Size: 14336 | Author: 邬源 | Hits:

[AI-NN-PRProBP

Description: 误差反向传播网络(Back propagation network,简称BP网络)是神经网络中最活跃的方法,且绝大多数采用了三层结构(输入层、一个隐含层和输出层).BP网络是一种非线性映射人工神经网络.本程序用vb实现的bp算法-error back-propagation network (Back propagation network, called BP) neural network is the most active, but the majority adopted a three-tier structure (input layer, a hidden layer and output layer). BP network is a non-linear mapping of artificial neural networks. The procedures used vb the algorithm to achieve bp
Platform: | Size: 28672 | Author: fuyu | Hits:

[AI-NN-PRbpjianmo

Description: 反传人工神经网络:MATLAB源程序用于训练测试-Back Propagation Artificial Neural Networks: MATLAB source code for training test
Platform: | Size: 1024 | Author: 良圣张 | Hits:

[Special EffectsNeuralNetwork_Backpropagation_Regression

Description: 使用MATLAB实现的BP神经网络的回归功能,代码非常的简洁-using MATLAB BP neural network regression function, the code is very simple
Platform: | Size: 1024 | Author: 唐盛 | Hits:

[AI-NN-PRneuro_demo

Description: Neuro network demo. Include SOM, Back Propagation and some simple example.-Neuro network demo. Include SOM. Back Propagation and some simple example.
Platform: | Size: 460800 | Author: hui song | Hits:

[AI-NN-PRJava_neuralnetwork_toolkit

Description: 本工具包主要是为对神经网络有兴趣人士提供的一种方便,灵活的学习和研究软件。 JNNT由java语言写成,具有跨平台的优越性能.java applet的演示版更简单到只需要任何机器上的浏览器就可以运行,无需安装任何大型附加软件。更方便爱好者通过internet远程访问资源。 支持反向传播算法(BP),LBG聚类法和径向基网络(RBF) -This toolkit is for people interested in neural networks has provided a convenient, flexible learning and research software. JNNT by the java language, cross-platform with superior performance. Java applet demo version is more simple to just any machine can run a browser, without installing any large-scale add-on software. Enthusiasts through the internet more convenient remote access to resources. To support the back-propagation algorithm (BP), LBG clustering method and radial basis function network (RBF)
Platform: | Size: 32768 | Author: 林盈 | Hits:

[File FormatNEURAL+NETWORK

Description: bp神经网络算法是解决最优化问题的先进算法之一,本论文讨论了神经网络中使用最为广泛的前馈神经网络。其网络权值学习算法中影响最大的就是误差反向传播算法(back-propagation简称BP算法)。BP算法存在局部极小点,收敛速度慢等缺点。基于优化理论的Levenberg-Marquardt算法忽略了二阶项。该文讨论当误差不为零或者不为线性函数即二阶项S(W)不能忽略时的Hesse矩阵的近似计算,进而训练网络。-bp neural network algorithm to solve optimization problems, one of the advanced algorithm, the paper discusses the neural network in the most widely used feed-forward neural network. Its network weights learning algorithm in the greatest impact is the error back-propagation algorithm (back-propagation algorithm referred to as BP). BP algorithm for the existence of local minimum points, such as the shortcomings of slow convergence. Optimization theory based on the Levenberg-Marquardt algorithm ignores the second-order item. In this paper, the discussion when the error is not zero or not that is second-order linear function of S (W) can not be ignored when the Hesse matrix of approximate calculation, and then training the network.
Platform: | Size: 19456 | Author: 刘慧 | Hits:

[Mathimatics-Numerical algorithmsfnn

Description: 经典的模糊神经网路m程序,采用T-S模型,自适应反传算法-Classic m fuzzy neural network procedure for the TS model, adaptive back propagation algorithm
Platform: | Size: 562176 | Author: lishichao | Hits:

[matlabselected_Algorithm_Collections_for_DSP_Application

Description: 基于matlab的新型信号处理算法集。包括模拟退火、遗传算法、反向传播神经网络、小波变换等等,对于统计信号处理很有参考价值。-Matlab based on a new type of signal processing algorithms. Including simulated annealing, genetic algorithm, back-propagation neural network, wavelet transform, etc., for statistical signal processing useful reference value.
Platform: | Size: 4231168 | Author: caruchi | Hits:

[matlabnn_matlab

Description: matlab神经网络工具箱的实用指南,第一章是神经网络的基本介绍,第二章包括了由工具箱指定的有关网络结构和符号的基本材料以及建立神经网络的一些基本函数,例如new、init、adapt和train。第三章以反向传播网络为例讲解了反向传播网络的原理和应用的基本过程。-matlab neural network toolbox of the Practical Guide, chap neural network are the basic introduction, chapter II, including designated by the toolbox on the network structure and symbols of the basic materials, as well as neural network set up some basic functions, such as new, init, adapt and train. Chapter III in order to reverse the spread of the network as an example to explain the back-propagation networks, the basic principle and application process.
Platform: | Size: 84992 | Author: sanjinzhi | Hits:

[Multimedia DevelopBackPropagation

Description: Back propagation implementation for example
Platform: | Size: 21504 | Author: Yoon Gyoo | Hits:

[Windows Developbackpropagation

Description: back propagation method
Platform: | Size: 2048 | Author: siadat | Hits:

[matlabBPNetwork

Description: 反向传播神经网络例程,单隐层BP网络,简单易懂-Back-propagation neural network routines, a single hidden layer BP network, easy-to-read
Platform: | Size: 28672 | Author: 史海波 | Hits:

[AI-NN-PR2HiddenBP

Description: 双隐层反向传播神经网络例程,教学用,算法解释清晰-Two-hidden layer back-propagation neural network routines, teaching the algorithm explained clearly
Platform: | Size: 2048 | Author: 史海波 | Hits:

[AI-NN-PRbackpropagration

Description: 類神經網路之倒傳遞神經網路模型,使用matlab之c語言編輯-Artificial Neural Network- Back Propagation code with Matlab
Platform: | Size: 1024 | Author: tseng wen liang | Hits:

[OtherBP

Description: BP神经网络是指基于误差反向传播(Error Back Propagation)算法的多层前馈神经网络-tool-state classification using multi-layer perception neural networks
Platform: | Size: 1024 | Author: guanjieanye | Hits:

[AI-NN-PRbp-matlab

Description: Matlab编写的BP误差反向传播神经网络算法-Matlab BP prepared by back propagation neural network algorithm
Platform: | Size: 16384 | Author: Xu | Hits:

[AI-NN-PRPredictionmatlab

Description: Back-Propagation Neural Network Model for predicting the traffic situation of Australia. -This procedure aims to solve the prediction of the Australia Highway traffic situation.
Platform: | Size: 10240 | Author: Justin Han | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net